home *** CD-ROM | disk | FTP | other *** search
- object frmFTPServer: TfrmFTPServer
- Left = 313
- Top = 169
- BorderIcons = [biSystemMenu, biHelp]
- BorderStyle = bsDialog
- Caption = 'Internet Server Properties'
- ClientHeight = 363
- ClientWidth = 291
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Pitch = fpVariable
- Font.Style = []
- Position = poScreenCenter
- Scaled = False
- OnClose = FormClose
- OnCreate = FormCreate
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object butOK: TButton
- Left = 130
- Top = 335
- Width = 75
- Height = 25
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 0
- end
- object butCancel: TButton
- Left = 211
- Top = 335
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 1
- end
- object PageControl1: TPageControl
- Left = 5
- Top = 6
- Width = 281
- Height = 312
- ActivePage = tabServer
- TabOrder = 2
- object tabServer: TTabSheet
- Caption = 'Server'
- TabVisible = False
- object lblName: TLabel
- Left = 2
- Top = 1
- Width = 265
- Height = 17
- AutoSize = False
- Caption = 'Server Name:'
- WordWrap = True
- end
- object lblServer: TLabel
- Left = 2
- Top = 48
- Width = 265
- Height = 15
- AutoSize = False
- Caption = 'Server Address:'
- WordWrap = True
- end
- object lblLogin: TLabel
- Left = 2
- Top = 91
- Width = 265
- Height = 15
- AutoSize = False
- Caption = 'Login:'
- WordWrap = True
- end
- object lblPassword: TLabel
- Left = 1
- Top = 136
- Width = 265
- Height = 14
- AutoSize = False
- Caption = 'Password:'
- WordWrap = True
- end
- object lblDir: TLabel
- Left = 3
- Top = 184
- Width = 252
- Height = 16
- AutoSize = False
- Caption = 'Default Directory:'
- WordWrap = True
- end
- object lblPort: TLabel
- Left = 4
- Top = 232
- Width = 64
- Height = 13
- Caption = 'Port Number:'
- end
- object Label1: TLabel
- Left = 132
- Top = 232
- Width = 42
- Height = 13
- Caption = 'Timeout:'
- end
- object Label2: TLabel
- Left = 190
- Top = 252
- Width = 40
- Height = 13
- Caption = 'Seconds'
- end
- object txtName: TEdit
- Left = 2
- Top = 19
- Width = 265
- Height = 21
- HelpContext = 291
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Pitch = fpVariable
- Font.Style = []
- ParentFont = False
- TabOrder = 0
- end
- object txtAddress: TEdit
- Tag = 34
- Left = 1
- Top = 64
- Width = 265
- Height = 21
- HelpContext = 292
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Pitch = fpVariable
- Font.Style = []
- ParentFont = False
- TabOrder = 1
- end
- object txtLogin: TEdit
- Tag = 36
- Left = 0
- Top = 107
- Width = 265
- Height = 21
- HelpContext = 293
- TabOrder = 2
- end
- object txtPassword: TEdit
- Tag = 37
- Left = 1
- Top = 153
- Width = 265
- Height = 21
- HelpContext = 294
- PasswordChar = '*'
- TabOrder = 3
- end
- object txtDirectory: TEdit
- Tag = 35
- Left = 2
- Top = 203
- Width = 265
- Height = 21
- HelpContext = 295
- TabOrder = 4
- end
- object spinPort: TSpinEdit
- Left = 3
- Top = 248
- Width = 53
- Height = 26
- HelpContext = 296
- AutoSize = False
- MaxValue = 0
- MinValue = 0
- TabOrder = 5
- Value = 21
- end
- object spinTimeOut: TSpinEdit
- Left = 132
- Top = 248
- Width = 53
- Height = 26
- HelpContext = 297
- AutoSize = False
- MaxValue = 60
- MinValue = 1
- TabOrder = 6
- Value = 10
- end
- object chkAlive: TCheckBox
- Left = 4
- Top = 279
- Width = 137
- Height = 17
- HelpContext = 298
- Caption = 'Keep connection alive'
- TabOrder = 7
- end
- end
- object tabAdvance: TTabSheet
- Caption = 'Advanced'
- Enabled = False
- TabVisible = False
- object grpAdvanced: TGroupBox
- Left = 4
- Top = 8
- Width = 264
- Height = 54
- Caption = 'Advanced Server Details'
- TabOrder = 0
- Visible = False
- object chkPASV: TCheckBox
- Left = 29
- Top = 24
- Width = 97
- Height = 17
- Caption = 'Use PASV mode'
- TabOrder = 0
- Visible = False
- end
- object chkFireWall: TCheckBox
- Left = 149
- Top = 25
- Width = 97
- Height = 17
- Caption = 'Use Firewall'
- TabOrder = 1
- Visible = False
- end
- end
- end
- end
- object btnHelp: TButton
- Left = 8
- Top = 336
- Width = 75
- Height = 25
- Caption = '&Help'
- TabOrder = 3
- OnClick = btnHelpClick
- end
- end
-